home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / gag / HAMmmm2.lha / JGoodies / HAMmmm2 / ReadMe < prev    next >
Text File  |  1989-08-21  |  2KB  |  58 lines

  1. HAMmmm2   by Phil Burk
  2.  
  3. HAMmmm2 is in the public domain and may be freely redistributed.
  4.  
  5. HAMmmm2 is an updated version of HAMmmm. It adds two new graphic
  6. drawing modes, "boxes" and "star".  It also changes
  7. the intervals in the chord, and has updated addresses.
  8.  
  9. HAMmmm displays lines, or boxes, whose end points are bouncing around
  10. the screen.  The screen is a double buffered HAM screen.
  11. The top is painted with the HAM color "set red to zero".
  12. The bottom is "set blue to zero".
  13.  
  14. The y positions of the points are continuously copied
  15. into an audio waveform that is played on all four
  16. channels.  The pitch of a just intoned chord is derived
  17. from the average x position of these points.
  18.  
  19. This demo grew out of a short piece written for the
  20. recent Harmonic Convergence.  I played a four part
  21. celestial sounding chord using the Amiga local sound,
  22. and put a blank formatted disk in drive 1.  My hope
  23. was that when the galactic intelligence beamed it's
  24. message to Earth that I would capture it directly
  25. on disk and not have to type it in.  :-)
  26.  
  27. This Demo was written using JForth.  JForth was
  28. written by Mike Haas, Brian Donovan and myself.
  29. The sound portion used the local sound toolbox
  30. from HMSL which I wrote with Larry Polansky
  31. and David Rosenboom from the Mills College Center
  32. for Contemporary Music.  You can compile HAMmmm,
  33. without sound, using just JForth.  If you have
  34. HMSL you can compile on top of that to get sound.
  35.  
  36. If you would like to compile HAMmmm, start either JForth
  37. or HMSL as you are accustomed, CD to the HAMmmm directory,
  38. then:
  39.  
  40.     INCLUDE LOAD_MMM
  41.  
  42. If you are interested in obtaining JForth, send a
  43. postcard to:
  44.  
  45.     Delta Research
  46.     P.O. Box 1051
  47.     San Rafael, CA
  48.     94915
  49.  
  50. If you are interested in HMSL - the Hierarchical Music
  51. Specification Language, send a card to the distributor:
  52.  
  53.     Frog Peak Music
  54.     P.O. Box 1051
  55.     San Rafael, CA
  56.     94915
  57.  
  58.